home *** CD-ROM | disk | FTP | other *** search
- /*
- * WETabHooks.h
- *
- * WASTE Tabs Private Interface
- *
- */
-
-
- #ifndef _WASTE_
- #include "WASTE.h"
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- pascal void _WETabDrawText
- (Ptr, long, Fixed, JustStyleCode, WEReference);
-
- pascal long _WETabPixelToChar
- (Ptr, long, Fixed, Fixed *, char *, JustStyleCode, Fixed, WEReference);
-
- pascal short _WETabCharToPixel
- (Ptr, long, Fixed, long, short, JustStyleCode, long, WEReference);
-
- pascal StyledLineBreakCode _WETabLineBreak
- (Ptr, long, long, long, Fixed *, long *, WEReference);
-
- #ifdef __cplusplus
- }
- #endif
-